home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM A / PD-ROM A.iso / Programming / Programming Languages / Pocket Forth rel.5 / Source code / Assembly Instructions next >
Encoding:
Text File  |  1991-07-19  |  1.4 KB  |  21 lines  |  [ttro/ttxt]

  1. The source code for Pocket Forth is 13 text files:
  2.  
  3.  Filename         creator    description
  4. pForth.asm        'ASM '   application CODE resource
  5. pForthDict.asm  'ASM '  application DICT resource
  6. pForthRes.asm   'ASM '  application required resources
  7. aInterp.txt         'EDIT'  application interpreter
  8. aSupport.txt      'EDIT'   application console
  9. pfOptional.txt    'EDIT'  application optional resources
  10. pForth.link         'LINK'   application link file
  11. PocketDA.asm    'ASM '  desk accessory DRVR & resources
  12. dInterp.txt         'EDIT'  desk accessory interpreter
  13. dSupport.txt      'EDIT'   desk accessory console
  14. PocketDA.link    'LINK'   desk accessory link file
  15. Common.txt       'EDIT'   both: dictionary
  16. Traps.txt           'EDIT'   both: toolbox traps
  17.  
  18. The old MDS assembler is used to assemble and link the files, however the code is real straight forward, without a lot of globals and such, so it should be simple to translate this to any other assembler.
  19.  
  20. To assemble the programs, place all of the above files on the startup disk, not in any folder.  Then, in the Finder, select the four .asm files and Open them by either double clicking or from the File menu.  Repeat this with the two .link files.  After the commotion stops, the files PocketForth0.5 and PocketDA will be on the disk.  Throw away the.rel and .map files.  If you make changes and get errors, you are on your own.
  21.